home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / vpe_130 / delphi / vpedemo / unit2.dfm / unit2.txt
Text File  |  1996-09-15  |  1KB  |  66 lines

  1. object Form2: TForm2
  2.   Left = 271
  3.   Top = 200
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'VPE'
  7.   ClientHeight = 179
  8.   ClientWidth = 328
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 328
  20.     Height = 179
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderStyle = bsSingle
  24.     Ctl3D = False
  25.     ParentCtl3D = False
  26.     TabOrder = 0
  27.     object Bevel1: TBevel
  28.       Left = 0
  29.       Top = 0
  30.       Width = 326
  31.       Height = 177
  32.       Align = alClient
  33.       Style = bsRaised
  34.     end
  35.     object SpeedButton1: TSpeedButton
  36.       Left = 302
  37.       Top = 4
  38.       Width = 17
  39.       Height = 17
  40.       Caption = 'x'
  41.       OnClick = SpeedButton1Click
  42.     end
  43.     object Label1: TLabel
  44.       Left = 12
  45.       Top = 4
  46.       Width = 26
  47.       Height = 16
  48.       Caption = 'VPE'
  49.     end
  50.     object Memo1: TMemo
  51.       Left = 8
  52.       Top = 28
  53.       Width = 309
  54.       Height = 141
  55.       Color = clBtnFace
  56.       Ctl3D = True
  57.       Enabled = False
  58.       Lines.Strings = (
  59.         '')
  60.       ParentCtl3D = False
  61.       ReadOnly = True
  62.       TabOrder = 0
  63.     end
  64.   end
  65. end
  66.